home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Shapes / disc.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  216 b   |  9 lines

  1. // flat circular FINITE (no CSG) shape, center hole cutout is optional
  2. disc
  3. {
  4.   <0, 1, 0>  // center position
  5.   z,         // normal vector
  6.   1.0,       // outer radius
  7.   0.2        // optional hole radius
  8. }
  9.